/* Placeholder Theme CSS */
/* Created 3/14/2022 */
/* Notes: create a dark theme for the site */

/* Modify the background color */
.navbar-custom {
    background-color: #00657a;
}
/* Modify brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: white;
}
/* button color */
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #007d97 !important;
}